const github.com/golang/protobuf/ptypes.maxSeconds

3 uses

	github.com/golang/protobuf/ptypes (current package)
		duration.go#L18: 	maxSeconds = int64(10000 * 365.25 * 24 * 60 * 60)
		duration.go#L19: 	minSeconds = -maxSeconds
		duration.go#L65: 	if dur.Seconds < minSeconds || dur.Seconds > maxSeconds {